﻿2026-06-15T12:23:00.8019214Z ##[group]Run actions/checkout@v5
2026-06-15T12:23:00.8020043Z with:
2026-06-15T12:23:00.8020387Z   repository: SaberMage/spt-core
2026-06-15T12:23:00.8023691Z   token: ***
2026-06-15T12:23:00.8024021Z   ssh-strict: true
2026-06-15T12:23:00.8024372Z   ssh-user: git
2026-06-15T12:23:00.8024883Z   persist-credentials: true
2026-06-15T12:23:00.8025254Z   clean: true
2026-06-15T12:23:00.8025598Z   sparse-checkout-cone-mode: true
2026-06-15T12:23:00.8025993Z   fetch-depth: 1
2026-06-15T12:23:00.8026305Z   fetch-tags: false
2026-06-15T12:23:00.8026652Z   show-progress: true
2026-06-15T12:23:00.8026987Z   lfs: false
2026-06-15T12:23:00.8027307Z   submodules: false
2026-06-15T12:23:00.8027647Z   set-safe-directory: true
2026-06-15T12:23:00.8028184Z ##[endgroup]
2026-06-15T12:23:00.9914075Z Syncing repository: SaberMage/spt-core
2026-06-15T12:23:00.9915449Z ##[group]Getting Git version info
2026-06-15T12:23:00.9916024Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-15T12:23:01.0169746Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-15T12:23:01.0372412Z git version 2.43.0.windows.1
2026-06-15T12:23:01.0398350Z ##[endgroup]
2026-06-15T12:23:01.0406474Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\fd76acc8-bb7e-4248-ba09-cd384ab4fe0d\.gitconfig'
2026-06-15T12:23:01.0420622Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\fd76acc8-bb7e-4248-ba09-cd384ab4fe0d' before making global git config changes
2026-06-15T12:23:01.0421704Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T12:23:01.0425418Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-15T12:23:01.0650749Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-15T12:23:01.0849278Z https://github.com/SaberMage/spt-core
2026-06-15T12:23:01.0879849Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T12:23:01.0884525Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T12:23:01.1120026Z HEAD
2026-06-15T12:23:01.1361465Z ##[endgroup]
2026-06-15T12:23:01.1365498Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-15T12:23:01.4959489Z ##[group]Cleaning the repository
2026-06-15T12:23:01.4964073Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-15T12:23:02.6771071Z Removing target/
2026-06-15T12:23:02.6804784Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-15T12:23:02.7286395Z HEAD is now at 4f877d09 Merge 5bb675aecc7bc940949432361fb15d7358642159 into 1ce9e9826bf8f8b124861eb53a389454c48c5e7a
2026-06-15T12:23:02.7310652Z ##[endgroup]
2026-06-15T12:23:02.7315796Z ##[group]Disabling automatic garbage collection
2026-06-15T12:23:02.7321507Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-15T12:23:02.7544825Z ##[endgroup]
2026-06-15T12:23:02.7550818Z ##[group]Setting up auth
2026-06-15T12:23:02.7551272Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-15T12:23:02.7766710Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-15T12:23:03.1322235Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T12:23:03.1555298Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-15T12:23:03.5168646Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T12:23:03.5390946Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-15T12:23:03.9225520Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-15T12:23:03.9478452Z ##[endgroup]
2026-06-15T12:23:03.9478854Z ##[group]Fetching the repository
2026-06-15T12:23:03.9485100Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4f877d09a74ae3712362aa355a7c3f67b725f12f:refs/remotes/pull/14/merge
2026-06-15T12:23:04.7006689Z ##[endgroup]
2026-06-15T12:23:04.7007190Z ##[group]Determining the checkout info
2026-06-15T12:23:04.7007559Z ##[endgroup]
2026-06-15T12:23:04.7012996Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-15T12:23:04.7267378Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-15T12:23:04.7474471Z ##[group]Checking out the ref
2026-06-15T12:23:04.7478351Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/14/merge
2026-06-15T12:23:04.7815779Z HEAD is now at 4f877d09 Merge 5bb675aecc7bc940949432361fb15d7358642159 into 1ce9e9826bf8f8b124861eb53a389454c48c5e7a
2026-06-15T12:23:04.8085772Z ##[endgroup]
2026-06-15T12:23:04.8089669Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-15T12:23:04.8312423Z 4f877d09a74ae3712362aa355a7c3f67b725f12f
